div.OTTicker {
	position: relative;
}

div.OTTicker div.l {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 50px;
	height: 23px;
	z-index: 20;
}

div.OTTicker div.r {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 50px;
	height: 23px;
	z-index: 20;
}

div.OTTicker a {
	color: black;
	text-decoration: none;
}

div.OTTicker a:hover {
}

div.OTTicker a span {
	color: #ff2b00;
}

div.OTTicker a span:hover {
}

